home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / bytewb.zip / README.TXT < prev    next >
Text File  |  1993-06-24  |  2KB  |  48 lines

  1.  
  2. BYTE WINDOWS BENCHMARKS
  3. Version 1.0
  4. Feb. 1993
  5.  
  6.  
  7. **********
  8. Files on this disk:
  9.  
  10. BYTEWB.EXE - Executable for the Windows benchmarks.
  11. BYTEWB.PAS - Source for the benchmark program.  Written in Borland's
  12.      Turbo Pascal for Windows.
  13. BYTEWB.RES - Resource file.
  14. WINCOMP.DAT - Comparison data file.
  15. README.TXT - This file.
  16.  
  17. **********
  18.  
  19. You should copy the BYTEWB.EXE and WINCOMP.DAT files to your hard disk.  They should be together in whatever subdirectory you choose to place them in.  Then use the "NEW" function from the "FILE" menu entry on the Window's main desktop to add the file's icon to the desktop.
  20.  
  21. **********
  22.  
  23. The WINCOMP.DAT file contains comparison information derived in the BYTE Lab from running the Windows benchmarks on other computer systems.  You can use your own favorite editor to add or remove entries from this file..
  24.  
  25. The file consists of a series of lines terminated by carriage return/line feeds.  The format of the file is as follows:
  26.  
  27. System description (up to 60 characters)
  28. System name (up to 20 characters)
  29. Pixels results
  30. Lines results
  31. Rectangles results
  32. Ellipse results
  33. Polygons results
  34. Bitblt results
  35. Local memory results
  36. Global memory results
  37. Sequential File I/O results
  38. Random file I/O results
  39. Textout results
  40. Drawtext results
  41. Next system description (up to 60 characters)
  42. ...and so on...
  43.  
  44. Each of the "results" fields above consist of a decimal number in ASCII form.  The program in its current form can hold descriptions for up to 4 systems. (You can alter the source code to handle more.)  Also, the program interprets an asterisk in the first position of the "system description" field to mean the end of file.
  45.  
  46. You should examine the WINCOMP.DAT file provided.
  47.  
  48. **********